home *** CD-ROM | disk | FTP | other *** search
- *** ../vixie/named/ns_req.c Thu Dec 1 04:38:10 1994
- --- ns_req.c Thu Dec 1 15:19:49 1994
- ***************
- *** 702,709 ****
- --- 702,711 ----
- "req: foundname=%d, count=%d, founddata=%d, cname=%d\n",
- foundname, count, founddata, cname));
-
- + #if !defined(SETTRANSFER) || defined(ROUND_ROBIN)
- if ((lp = local(from)) != NULL)
- sort_response(answers, count, lp, *cpp);
- + #endif /* !SETTRANSFER || ROUND_ROBIN */
- #ifdef BIND_NOTIFY
- if (type == T_SOA && ntohs(from->sin_port) == ns_port && np->n_data) {
- int zn = np->n_data->d_zone;
-